github.com/gotd/td/exchange.ServerExchange.log (field)

9 uses

	github.com/gotd/td/exchange (current package)
		flow.go#L130: 		log:  e.log,
		server.go#L15: 	log  log.Helper
		server_flow.go#L110: 	s.log.Debug(ctx, "Received client ReqPqMultiRequest")
		server_flow.go#L126: 	s.log.Debug(ctx, "Sending ResPQ", log.String("pq", pq.String()))
		server_flow.go#L151: 		s.log.Debug(ctx, "Received ReqPQ again")
		server_flow.go#L155: 		s.log.Debug(ctx, "Received client ReqDHParamsRequest")
		server_flow.go#L233: 	s.log.Debug(ctx, "Sending ServerDHParamsOk", log.Int("g", g))
		server_flow.go#L247: 	s.log.Debug(ctx, "Received client SetClientDHParamsRequest")
		server_flow.go#L272: 	s.log.Debug(ctx, "Sending DhGenOk")